home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1122 / 1122.xpi / chrome / tabmixplus.jar / content / tabmixplus / tab / tabmix.xml < prev    next >
Extensible Markup Language  |  2009-10-07  |  949b  |  32 lines

  1. <?xml version="1.0"?>
  2. <bindings id="DEPRECATED_tabxbindings"
  3.           xmlns="http://www.mozilla.org/xbl"
  4.           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5.           xmlns:xbl="http://www.mozilla.org/xbl">
  6.  
  7. <!--  
  8.       *** DEPRECATED *** DEPRECATED *** DEPRECATED *** DEPRECATED *** DEPRECATED ***
  9.  
  10.       WE DON'T USE THIS IN TABMIX WE LEAVE IT HERE BECAUSE SOME THEME LOOKING FOR THIS
  11. -->
  12.  
  13.   <binding id="browser-tab"
  14.         extends="chrome://tabmixplus/content/tab/tabmix_3.xml#browser-tab">
  15.     <implementation>
  16.     </implementation>
  17.   </binding>
  18.  
  19.   <binding id="scroll-tabs"
  20.             extends="chrome://tabmixplus/content/tab/tabmix_3.xml#scroll-tabs_3">
  21.     <implementation>
  22.     </implementation>
  23.   </binding>
  24.  
  25.   <binding id="tabbrowser"
  26.       extends="chrome://browser/content/tabbrowser.xml#tabbrowser">
  27.     <implementation>
  28.     </implementation>
  29.   </binding>
  30.  
  31. </bindings>
  32.